{% extends 'base.html' %} {% block title %}Diagnostic quiz — {{ course.title }}{% endblock %} {% block content %} Free diagnostic {{ course.title }} · {{ questions|length }} questions · one answer each {% csrf_token %} {% for q in questions %} {{ forloop.counter }}. {{ q.question_text }} {% for letter, text in q.options_map.items %} {{ letter }}. {{ text }} {% endfor %} {% endfor %} Continue Next: enter email / WhatsApp to see your projected score. {% endblock %}
{{ course.title }} · {{ questions|length }} questions · one answer each
Next: enter email / WhatsApp to see your projected score.